/* news-list */
.news-list{
	padding-top: 40px;
}
.news-item{
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.news-list .news-item:last-child{
	margin-bottom: 0;
}
.news-item .news-img{
	width: 230px;
	height: 140px;
	float: left;
	margin-right: 20px;
}
.news-img img {
	/* object-fit: fill; */
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-main{
	float: left;
	width: 1000px;
	
}
.news-main h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	position: relative;
	padding-left: 20px;
	margin: 30px 0 30px 0;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.news-main h3::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #003393;
	border-bottom: 3px solid #003393;
	
}
.news-det{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.time{
	color: #999999;
	/*float: right;*/
	text-align: center;
}
.time span{
	font-size: 30px
}
.time p{font-size: 14px;margin-bottom: 20px;}
/* sign-list */
.sign-list{
	overflow: hidden;
}
.sign-list .sign-item{
	width: 439px;
	box-sizing: border-box;
	padding: 20px;
	float: left;
	border: 1px solid #ddd;
	margin-right: 25px;
	margin-top: 40px;
}
.sign-list .sign-item:nth-child(3n) {
    margin-right: 0px;
}
.sign-img{
	width: 400px;
	/* height: 244px; */
	height: 300px;
}
.sign-img img{width: 100%;height: 100%;}
.sign-list .sign-item h3{
	font-size: 16px;
	line-height: 24px;
	padding:10px 0;
	font-weight: bold;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 68px;
}
.sign-list .sign-item .sign-time{
	color: #999999;
}
.sign-list .sign-item .sign-time p{
	float: left;
	line-height: 40px;
}
.sign-list .sign-item .sign-time img{
	float: right;
}


@media (max-width: 768px) {
	.news-list {
		padding: 0;
		padding-top: 20px;
		margin-bottom: 10%;
		height: auto;
	}
	.news-item {
	    margin-bottom: 20px;
	    padding-bottom: 20px;
	}
	.news-item .news-img{
		width: 100px;
		height: 60px;
		float: left;
		margin: 0;
	}
	
	.news-main{
		float: none;
		width: auto;
		padding-left: 110px;
	}
	.news-main h3{
		margin: 0;
		font-size: 14px;
		line-height: 20px;
		padding-left:0px;
		display: -webkit-box;
		white-space:pre-wrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.news-main h3::before{
		content: none;
	}
	.news-det{display: none;}
	
	.time{
		margin-top: 8px;
	}
	.time span{
		float: right;
		font-size:12px;
		
	}
	.time p{float: left;display: none;}
	.time img{display: none;}
	.pagination{margin: 10px 0;}
	/* sign-list */
	.sign-list{
		overflow: hidden;
	}
	.sign-list .sign-item{
		/* width: 440px; */
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
		float: left;
		border: 1px solid #ddd;
		margin-right: 25px;
		margin-top: 40px;
		
	}
	.sign-list .sign-item:nth-child(3n) {
	    margin-right: 0px;
	}
	.sign-img,.sign-img img{
		width: 100%;
	}
	.sign-list .sign-item h3{
		font-size: 16px;
		line-height: 24px;
		padding:10px 0;
		font-weight: bold;
	}
	.sign-list .sign-item .sign-time{
		color: #999999;
	}
	.sign-list .sign-item .sign-time p{
		float: left;
		line-height: 40px;
	}
	.sign-list .sign-item .sign-time img{
		float: right;
	}
	
}


.gotext {
	width: 64px;
	height: 34px;
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
	text-align: center;
	outline: none;
}

.btn {
	width: 43px;
	height: 34px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	border: solid 1px #ededed;
	text-align: center;
	line-height: 34px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #adaba8;
}

.gobtn {
	float: right;
	display: inline-block;
	padding-left: 0;
	margin-top: 30px;
}